Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ldap log#116 #117

Merged
merged 4 commits into from
Mar 18, 2015
Merged

Ldap log#116 #117

merged 4 commits into from
Mar 18, 2015

Conversation

luan-cestari
Copy link
Collaborator

Related to this issue #116

@@ -78,7 +84,7 @@ This methods is executed for all types of failure such as run() failure, timeout
*/
@Override
protected SearchResult getFallback() {
LOGGER.info("Error during the execution of the command. Falling back to the cache");
LOGGER.error("Error during the execution of the command. Falling back to the cache");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we log this at error level or something lower, maybe warn? Because we have a fallback, seems it could be a warning and if the fallback fails we'd have an error.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree. I will switch to warn level . At the first sight I thought this would not impact being this way but as it can have a heavy load it could wast a lot of space and cpu .

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.34%) to 56.49% when pulling f9d7c99 on luan-cestari:LDAPLog#116 into 1f99ee3 on lightblue-platform:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.34%) to 56.49% when pulling 80ee513 on luan-cestari:LDAPLog#116 into 1f99ee3 on lightblue-platform:master.

@jewzaam
Copy link
Member

jewzaam commented Mar 18, 2015

Build failing, maybe because of #115

@jewzaam
Copy link
Member

jewzaam commented Mar 18, 2015

Put in #118 to hopefully fix #115 and get rid of the timeout issue.

@luan-cestari
Copy link
Collaborator Author

rebuilding after the PR been merged

jewzaam added a commit that referenced this pull request Mar 18, 2015
@jewzaam jewzaam merged commit aed9cc7 into lightblue-platform:master Mar 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants